Dashboard Temp Share Shortlinks Frames API

HTMLify

style.css
Views: 16 | Author: huxn-webdev
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
  background: black;
  color: white;
}

/* JavaScript */
.message {
  text-align: center;
  padding: 10px;
  font-size: 2rem;
}

.box {
  width: 100px;
  height: 100px;
  position: relative;
  top: 50px;
  left: 20%;
  background-color: cornsilk;
  border: 1px solid black;
  font-size: 1.5em;
  line-height: 100px;
}